Auto merge of #4457 - behnam:book-pub, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 1 Sep 2017 19:27:55 +0000 (19:27 +0000)
committerbors <bors@rust-lang.org>
Fri, 1 Sep 2017 19:27:55 +0000 (19:27 +0000)
commit34c0674a251287c94cdd1a112966bcb9010c62e8
tree86ff7edacb8304b484bf672e592b84c1fd2add17
parent61ca3022bca2c9e627d2ee523d7bd736e2bcaa2a
parentb57b66a398075a363f5fa06beb475043101bf176
Auto merge of #4457 - behnam:book-pub, r=alexcrichton

[doc] Publish book to gh-pages

Export mdBook into `target/doc/book/`, to make it accessible at <http://doc.crates.io/book/>

I have tested the changes on my repo (but when I had this commit on top of the other PR) locally. The result is at <http://code.behnam.es/rust-cargo/book/>.

Tracker: <https://github.com/rust-lang/cargo/issues/4040>